ComponentOne ASP.NET MVC Controls
Value Property (InputTime<T>)

C1.Web.Mvc Namespace > InputTime<T> Class : Value Property
Gets or sets the current input time.
Syntax
'Declaration
 
<JsonConverterAttribute(C1.Web.Mvc.Serialization.DateTimeConverter)>
<JsonAttribute(False, 
   1, 
   "value")>
Public Property Value As Nullable(Of Date)
[JsonConverter(C1.Web.Mvc.Serialization.DateTimeConverter)]
[Json(false, 
   1, 
   "value")]
public Nullable<DateTime> Value {get; set;}
See Also

Reference

InputTime<T> Class
InputTime<T> Members